IApi.ReadIOAlias method

Reads the alias index from a real or simulated I/O module.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsReturn<int> ReadIOAlias(
       int Index
)
Function ReadIOAlias(
       Index As Integer
) As KsReturn(Of Integer)

Parameters

Index

Type: int

The index of an I/O module. Indexes are zero based.

Return value

Type: KsReturn<Int>

Returns a KsError code for the method and an integer value.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

IApi Interface

IntervalZero.KINGSTAR.Base.Api Namespace